func runtime.startTheWorldWithSema

5 uses

	runtime (current package)
		mgc.go#L724: 		now = startTheWorldWithSema(trace.enabled)
		mgc.go#L873: 			now := startTheWorldWithSema(true)
		mgc.go#L1037: 	systemstack(func() { startTheWorldWithSema(true) })
		proc.go#L1104: 	systemstack(func() { startTheWorldWithSema(false) })
		proc.go#L1252: func startTheWorldWithSema(emitTraceEvent bool) int64 {